home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Commodities / AWSM / README < prev   
Encoding:
Text File  |  1996-09-27  |  1.7 KB  |  58 lines

  1.  
  2. AWSM - Amiga Window Screen Manager
  3.  
  4. *******************************
  5. *** WARNING WARNING WARNING ***
  6. *******************************
  7.  
  8. This Program is incomplete and its in BETA stage, and will for sure
  9. GURU your machine. I'm just realiasing it so i can see if people have
  10. interest in such utility. Also i need some help in the code, for some
  11. kludges needed to do! So if you are interested and liked it please
  12. email-me ok ? Thanx in advance.
  13. ****************************************************************************
  14.  
  15. So what is this AWSM stuff ? For now only do a PointerX hack but, for
  16. my known its the only one to have a hires animated pointer in AGA
  17. machines.
  18.  
  19. How did i did it ? simple:
  20.   by using timer.device i check an internal list (made by AWSM) for
  21.   windows that are in busy state. if so i call the original function 
  22.   SetWindowPointerA() with a new frame of the pointer anim.
  23.   The frames are allocated with NewObject() of class "pointerclass", so
  24.   they can be in hires !!! Amazing no ??? for me it is :)
  25.   
  26.   now, the program has some serius bugs so i need some one experienced
  27.   help, if so please email-me for more info.
  28.   
  29.   Another thing, put PatchPointer (*) in your WBStartup so awsm can patch
  30.   pre 3.x programs that do Busy Pointers.
  31.   
  32.   
  33.  
  34.  
  35. (*) PatchPointer its available at aminet in ????
  36.     sorry forgot in wich directory ... you should find it easy!
  37.  
  38.  
  39.   
  40.   AWSM will also incorporate later :
  41.   
  42.     Fvwm alike Screen Management like:
  43.       Opaque Move,
  44.       X style Window move,
  45.       Screen Scrolling and selecting of Windows in a small Window user
  46.       defined,
  47.       etc etc ...
  48.  
  49.  
  50.  
  51. Author:    António Manuel Santos
  52. EMail:    l38058@alfa.ist.utl.pt
  53.  
  54.  
  55.  
  56. NOTE: you can run awsm from cli and with the folowing arguments:
  57. awsm [tick_delay (micro seconds)] [task_pri]
  58.